pipedrive_create_organization
Create a new organization in Pipedrive CRM by providing a name and optional details like owner, visibility, address, labels, and custom fields.
Instructions
Create a new organization in Pipedrive. Only name is required.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Organization name (required) | |
| owner_id | No | Owner user ID | |
| visible_to | No | Visibility: 1=Owner, 3=Group, 5=Subgroups, 7=Company | |
| address | No | Full address | |
| label_ids | No | Label IDs to attach to organization | |
| add_time | No | Creation time (RFC3339 format) - backdate the organization | |
| custom_fields | No | Custom field values as object with field keys |