duplicate_workflow
Duplicate an existing n8n workflow by providing its ID, and optionally set a new name for the copy.
Instructions
Duplicate an existing workflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Workflow ID to duplicate | |
| name | No | Name for the duplicate (defaults to 'Copy of <original>') |