Create Project
productive_create_projectCreate a new Productive.io project with a name and project_type_id; optionally link a company by finding its ID via company listing.
Instructions
Create a new project in Productive.io. Requires a name and project_type_id. Optionally associate with a company. Use productive_list_companies to find company IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Project name | |
| company_id | No | Company ID to associate with this project | |
| workflow_id | No | Workflow ID for the project | |
| project_type_id | Yes | Project type (1=internal, 2=client) |