Create deal
pipedrive_create_dealCreate a new deal. title is required; link it to a person/org/pipeline/stage/owner as needed. Pipedrive REST: POST /api/v2/deals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Deal title (required). | |
| value | No | Deal monetary value. | |
| org_id | No | Link to this organization id. | |
| status | No | Deal status — 'open' (default), 'won' or 'lost'. | |
| currency | No | Currency code for `value`, e.g. 'USD'. | |
| owner_id | No | Assign to this owner (user) id. | |
| stage_id | No | Place in this stage id. | |
| person_id | No | Link to this person id. | |
| visible_to | No | Visibility group id (Pipedrive visibility setting). | |
| pipeline_id | No | Place in this pipeline id. | |
| expected_close_date | No | Expected close date, yyyy-mm-dd. |