POST /projects
Adds a new project. Note that you can supply additional custom fields along with the request that are not described here. These custom fields are different for each Pipedrive account and can be recognized by long hashes as keys.
Servers
- https://api.pipedrive.com/v1
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
person_id |
Number | No |
The ID of the person this project is associated with |
phase_id |
Number | Yes |
The ID of a phase on a project board |
description |
String | No |
The description of the project |
labels[] |
Array | No |
An array of IDs of the labels this project has |
status |
String | No |
The status of the project |
board_id |
Number | Yes |
The ID of a project board |
org_id |
Number | No |
The ID of the organization this project is associated with |
template_id |
Number | No |
The ID of the template the project will be based on |
start_date |
String | No |
The start date of the project. Format: YYYY-MM-DD. |
end_date |
String | No |
The end date of the project. Format: YYYY-MM-DD. |
deal_ids[] |
Array | No |
An array of IDs of the deals this project is associated with |
title |
String | Yes |
The title of the project |
owner_id |
Number | No |
The ID of a project owner |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.