pipedrive_create_project
Create a new project in Pipedrive by specifying title, board ID, and phase ID. Optionally add description, status, owner, dates, and link deals, persons, organizations, or labels.
Instructions
Create a new project in Pipedrive. Requires title, board_id, and phase_id. (Requires the Projects add-on; Projects API is in public beta.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Project title (required) | |
| board_id | Yes | Board ID the project belongs to (required) | |
| phase_id | Yes | Phase ID within the board (required) | |
| description | No | Project description | |
| status | No | Project status | |
| owner_id | No | Owner user ID | |
| start_date | No | Project start date (YYYY-MM-DD) | |
| end_date | No | Project end date (YYYY-MM-DD) | |
| deal_ids | No | Deal IDs linked to the project | |
| person_ids | No | Person IDs linked to the project | |
| org_ids | No | Organization IDs linked to the project | |
| label_ids | No | Label IDs to attach to the project |