pipedrive_create_deal
Create a new deal in Pipedrive CRM by specifying a title and optional details like value, contacts, and pipeline stages to track sales opportunities.
Instructions
Create a new deal in Pipedrive. Only title is required; all other fields are optional.
Input Schema
TableJSON 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 | |
| add_time | No | Creation time (RFC3339 format) - backdate the deal | |
| custom_fields | No | Custom field values as object with field keys |