mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
added hubspot API documentation
This commit is contained in:
@@ -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 = {};
|
||||
|
||||
Reference in New Issue
Block a user