Defines the workflow's id to duplicate
- Execute the specified workflow
NP6 API Reference (8.1.0)
This documentation provides comprehensive access to the full range of functionalities offered by the NP6 platform through a standardized RESTful interface.
If you have any questions or need assistance, please contact our support team at https://support.chapsvision.com.
- Production serverhttps://api-cm.np6.com/scripting/workflows/{id}/duplication
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://api-cm.np6.com/scripting/workflows/{id}/duplication' \
-H 'X-Key: string'the duplicated workflow
The workflow's script settings
The workflow's listeners
The workflow's capping definition
The workflow's nodes
- publish
- request
- script
- sendMail
- sendSms
- sms
- sleep
- wait
- wait.kill
- updateTarget
- multipleslots
- sendpushapp
- data-manager/pipeline
- data-table/pipeline
- np6.notification/execution
- if
- match
- sample
- split
- switch
- wait.race
- wait.all
- conditionaltimeslots
- data-explorer-v2.match
- terminal
The rationale for using this node, typically provided by AI.
Explains the logic, justification, or reasoning behind the node's presence in the workflow.
Set when applicable (e.g., when the node was suggested or auto-configured by AI).
{ "id": 0, "name": "string", "description": "string", "state": 0, "creationDate": "2019-08-24T14:15:22Z", "updateDate": "2019-08-24T14:15:22Z", "scripting": { "version": "string" }, "settings": {}, "listeners": [ { "id": "string", "name": "string", "description": "string", "event": { "type": "string" }, "handler": "string" } ], "capping": [ { "key": { "type": "string" }, "increment": 0, "threshold": 0, "period": { "type": "string" }, "nodes": [ "string" ] } ], "nodes": [ { "type": "string" } ], "tasks": [ { "id": "string", "name": "string", "description": "string", "schedulers": [ { "type": "string" } ], "provider": { "type": "string" }, "handler": "string" } ] }
Data used to execute Workflow
The receiver identification
Debugging informations
- Production serverhttps://api-cm.np6.com/scripting/workflows/{id}/execution
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://api-cm.np6.com/scripting/workflows/{id}/execution' \
-H 'Content-Type: application/vnd.np6.cm.workflow-v4' \
-H 'X-Key: string' \
-d '[object Object]'A list of data used to execute Workflow
The receiver identification
Debugging informations
Stamp informations
- Production serverhttps://api-cm.np6.com/scripting/workflows/{id}/executions
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://api-cm.np6.com/scripting/workflows/{id}/executions' \
-H 'Content-Type: application/vnd.np6.cm.workflow-v4' \
-H 'X-Key: string' \
-d '[object Object]'