pipedrive_update_lead
Update an existing lead's title, value, owner, labels, or archive state in Pipedrive by passing the lead UUID and new field values.
Instructions
Update an existing lead in Pipedrive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Lead UUID to update | |
| title | No | New lead title | |
| value | No | New monetary value | |
| owner_id | No | New owner user ID | |
| label_ids | No | New lead label UUIDs | |
| person_id | No | New linked person ID | |
| visible_to | No | New visibility: 1=Owner, 3=Group, 5=Subgroups, 7=Company | |
| is_archived | No | Archive or unarchive the lead | |
| organization_id | No | New linked organization ID | |
| expected_close_date | No | New expected close date (YYYY-MM-DD) |