Create Folder
create_folderCreate a new folder inside an n8n project, optionally nested under a parent folder. Provide project ID, folder name, and parent folder ID if needed.
Instructions
Create a folder within a project. Pass parent_folder_id to nest it inside
another folder instead of the project root.
project_id is required (see list_folders for how to find it), except that
n8n also accepts the literal string "personal" to mean your own personal
project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| project_id | Yes | ||
| parent_folder_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||