pipedrive_update_organization
Modify organization details in Pipedrive CRM by updating name, owner, visibility, address, labels, or custom fields using the organization ID.
Instructions
Update an existing organization in Pipedrive.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Organization ID to update | |
| name | No | New name | |
| owner_id | No | New owner user ID | |
| visible_to | No | New visibility: 1=Owner, 3=Group, 5=Subgroups, 7=Company | |
| address | No | New address | |
| label_ids | No | Label IDs to set on organization | |
| custom_fields | No | Custom field values as object with field keys |