pipedrive_create_lead
Create a lead in Pipedrive with a required title and optional associations to a person, organization, monetary value, owner, labels, close date, and visibility.
Instructions
Create a new lead in Pipedrive. Title is required; link to at least one of person_id or organization_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Lead title (required) | |
| person_id | No | Link to person ID | |
| organization_id | No | Link to organization ID | |
| value | No | Monetary value of the lead | |
| owner_id | No | Owner user ID | |
| label_ids | No | Lead label UUIDs | |
| expected_close_date | No | Expected close date (YYYY-MM-DD) | |
| visible_to | No | Visibility: 1=Owner, 3=Group, 5=Subgroups, 7=Company |