mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +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 resource = this.getNodeParameter('resource', 0) as string;
|
||||||
const operation = this.getNodeParameter('operation', 0) as string;
|
const operation = this.getNodeParameter('operation', 0) as string;
|
||||||
for (let i = 0; i < length; i++) {
|
for (let i = 0; i < length; i++) {
|
||||||
|
//https://developers.hubspot.com/docs/methods/deals/deals_overview
|
||||||
if (resource === 'deal') {
|
if (resource === 'deal') {
|
||||||
if (operation === 'create') {
|
if (operation === 'create') {
|
||||||
const body: IDeal = {};
|
const body: IDeal = {};
|
||||||
|
|||||||
Reference in New Issue
Block a user