Create person
pipedrive_create_personCreate a new person (contact). name is required; email/phone are convenience strings mapped to Pipedrive's structured emails/phones arrays. Pipedrive REST: POST /api/v2/persons.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Person full name (required). | |
| No | Primary email address (mapped to the emails array). | ||
| phone | No | Primary phone number (mapped to the phones array). | |
| org_id | No | Link to this organization id. | |
| owner_id | No | Assign to this owner (user) id. | |
| visible_to | No | Visibility group id (Pipedrive visibility setting). |