pipedrive_create_person
Add a new person to Pipedrive CRM with just a name. Optionally include email, phone, organization, and custom fields.
Instructions
Create a new person (contact) in Pipedrive. Only name is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Person name (required) | |
| emails | No | Email addresses (array of objects, e.g. [{ value, primary, label }]) | |
| phones | No | Phone numbers (array of objects, e.g. [{ value, primary, label }]) | |
| owner_id | No | Owner user ID | |
| org_id | No | Organization ID to link to | |
| visible_to | No | Visibility: 1=Owner, 3=Group, 5=Subgroups, 7=Company | |
| marketing_status | No | Marketing status | |
| label_ids | No | Label IDs to attach to person | |
| add_time | No | Creation time (RFC3339 format) - backdate the person | |
| custom_fields | No | Custom field values as object with field keys |