projects_create
Create a new project in Pipedrive by providing a title, board ID, and phase ID. Optionally add description, dates, deals, labels, and more.
Instructions
Create a new project. Requires title, board_id, and phase_id. Optionally include description, dates, deals, and labels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Project title | |
| board_id | Yes | Board ID | |
| phase_id | Yes | Phase ID | |
| description | No | Project description | |
| status | No | Project status | |
| owner_id | No | Owner user ID | |
| start_date | No | Start date (YYYY-MM-DD) | |
| end_date | No | End date (YYYY-MM-DD) | |
| deal_ids | No | Array of deal IDs | |
| org_id | No | Organization ID | |
| person_id | No | Person ID | |
| labels | No | Array of label IDs | |
| template_id | No | Template ID |