@zernio/node
Advanced tools
+1
-1
| { | ||
| "name": "@zernio/node", | ||
| "version": "0.2.189", | ||
| "version": "0.2.190", | ||
| "description": "The official Node.js library for the Zernio API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
+13
-0
@@ -671,2 +671,15 @@ <p align="center"> | ||
| ### Workflows | ||
| | Method | Description | | ||
| |--------|-------------| | ||
| | `workflows.listWorkflowExecutions()` | List workflow runs | | ||
| | `workflows.listWorkflows()` | List workflows | | ||
| | `workflows.createWorkflow()` | Create workflow | | ||
| | `workflows.getWorkflow()` | Get workflow with graph | | ||
| | `workflows.updateWorkflow()` | Update workflow | | ||
| | `workflows.deleteWorkflow()` | Delete workflow | | ||
| | `workflows.activateWorkflow()` | Activate workflow | | ||
| | `workflows.pauseWorkflow()` | Pause workflow | | ||
| | `workflows.triggerWorkflow()` | Manually start a workflow run | | ||
| ### Invites | ||
@@ -673,0 +686,0 @@ | Method | Description | |
+24
-0
@@ -5,2 +5,3 @@ import packageJson from '../package.json'; | ||
| activateSequence, | ||
| activateWorkflow, | ||
| addBroadcastRecipients, | ||
@@ -57,2 +58,3 @@ addConversionAssociations, | ||
| createWhatsAppTemplate, | ||
| createWorkflow, | ||
| deleteAccount, | ||
@@ -87,2 +89,3 @@ deleteAccountGroup, | ||
| deleteWhatsAppTemplate, | ||
| deleteWorkflow, | ||
| deprecateWhatsAppFlow, | ||
@@ -185,2 +188,3 @@ disableWhatsAppCalling, | ||
| getWhatsAppTemplates, | ||
| getWorkflow, | ||
| getXApiPricing, | ||
@@ -244,5 +248,8 @@ getYouTubeChannelInsights, | ||
| listWhatsAppSandboxSessions, | ||
| listWorkflowExecutions, | ||
| listWorkflows, | ||
| markConversationRead, | ||
| moveAccountToProfile, | ||
| pauseSequence, | ||
| pauseWorkflow, | ||
| previewQueue, | ||
@@ -285,2 +292,3 @@ publishWhatsAppFlow, | ||
| testWebhook, | ||
| triggerWorkflow, | ||
| undoRetweet, | ||
@@ -329,2 +337,3 @@ unenrollContact, | ||
| updateWhatsAppTemplate, | ||
| updateWorkflow, | ||
| updateYoutubeDefaultPlaylist, | ||
@@ -908,2 +917,17 @@ uploadMediaDirect, | ||
| /** | ||
| * workflows API | ||
| */ | ||
| workflows = { | ||
| listWorkflows: listWorkflows, | ||
| createWorkflow: createWorkflow, | ||
| getWorkflow: getWorkflow, | ||
| updateWorkflow: updateWorkflow, | ||
| deleteWorkflow: deleteWorkflow, | ||
| activateWorkflow: activateWorkflow, | ||
| pauseWorkflow: pauseWorkflow, | ||
| listWorkflowExecutions: listWorkflowExecutions, | ||
| triggerWorkflow: triggerWorkflow, | ||
| }; | ||
| /** | ||
| * sequences API | ||
@@ -910,0 +934,0 @@ */ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
2310477
1.68%48466
1.78%703
1.88%