pipedrive_create_deal
Create a new deal in Pipedrive. Only title is required, but you can optionally add value, currency, owner, person, organization, pipeline, stage, status, close date, probability, visibility, labels, and custom fields.
Instructions
Create a new deal in Pipedrive. Only title is required; all other fields are optional.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Deal title (required) | |
| value | No | Deal monetary value | |
| currency | No | 3-letter currency code (e.g., USD, EUR) | |
| owner_id | No | Owner user ID | |
| person_id | No | ID of person to link to deal | |
| org_id | No | ID of organization to link to deal | |
| pipeline_id | No | Pipeline ID | |
| stage_id | No | Stage ID | |
| status | No | Deal status | |
| expected_close_date | No | Expected close date (YYYY-MM-DD) | |
| probability | No | Success probability (0-100) | |
| visible_to | No | Visibility: 1=Owner, 3=Group, 5=Subgroups, 7=Company | |
| label_ids | No | Label IDs to attach to deal | |
| custom_fields | No | Custom field values as object with field keys |