pipedrive_update_person
Update an existing person record in Pipedrive CRM. Modify name, contact details, ownership, organization, visibility, marketing status, labels, and custom fields.
Instructions
Update an existing person in Pipedrive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Person ID to update | |
| name | No | New name | |
| emails | No | New email addresses (array of objects) | |
| phones | No | New phone numbers (array of objects) | |
| owner_id | No | New owner user ID | |
| org_id | No | New organization ID | |
| visible_to | No | New visibility: 1=Owner, 3=Group, 5=Subgroups, 7=Company | |
| marketing_status | No | New marketing status | |
| label_ids | No | Label IDs to set on person | |
| custom_fields | No | Custom field values as object with field keys |