organizations_create
Create a new organization in Pipedrive. Provide a name (required) and optionally set address, owner, visibility, and custom fields.
Instructions
Create a new organization. Name is required. Supports address fields and custom fields.
Custom fields:
Pass display names: { "custom_fields": { "Industry": "Tech", "Tier": "Gold" } }
Or hash keys directly: { "custom_fields": { "abc123...": "raw value" } }
For enum/set fields, pass option labels (not ids).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Organization name (required) | |
| label | No | ID of the label to assign to the organization | |
| address | No | Street address | |
| add_time | No | Creation time (YYYY-MM-DD HH:MM:SS) | |
| owner_id | No | ID of the user who will be the owner | |
| visible_to | No | Visibility: 1=Owner only, 3=Entire company, 5=Owner's followers, 7=Owner and visibility group | |
| address_route | No | Street name | |
| custom_fields | No | Custom field values keyed by display name or hash. e.g. { "Industry": "Tech" } | |
| address_country | No | Country | |
| address_locality | No | City | |
| address_subpremise | No | Apartment/suite number | |
| address_postal_code | No | Postal code | |
| address_sublocality | No | District/sublocality | |
| address_street_number | No | Street number | |
| address_formatted_address | No | Full formatted address | |
| address_admin_area_level_1 | No | State/province | |
| address_admin_area_level_2 | No | County/region |