create_workflow
Create a new n8n workflow with nodes and connections. Workflow is inactive by default; use activate_workflow to enable it.
Instructions
Buat workflow baru di n8n.
Workflow dibuat dalam keadaan nonaktif. Gunakan activate_workflow untuk mengaktifkannya.
Format node dan koneksi mengikuti skema n8n (lihat dokumentasi n8n API).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Nama workflow baru | |
| nodes | Yes | Daftar node workflow dalam format n8n | |
| connections | Yes | Koneksi antar node dalam format n8n | |
| settings | No | Pengaturan workflow (opsional, mis. timezone, errorWorkflow) | |
| static_data | No | Static data workflow (opsional) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||