Get a person from Pipedrive CRM

Retrieves detailed information about a specific person from Pipedrive by their ID.

yaml
type: "io.kestra.plugin.pipedrive.persons.Get"

Get a person by ID

yaml
id: pipedrive_get_person
namespace: company.team

tasks:
  - id: get_person
    type: io.kestra.plugin.pipedrive.persons.Get
    apiToken: "{{ secret('PIPEDRIVE_API_TOKEN') }}"
    personId: 123
Properties

Pipedrive API token

Your Pipedrive API token for authentication.

Person ID

The ID of the person to retrieve

Default https://api.pipedrive.com/api/v2

Pipedrive API URL

Base URL for the Pipedrive API. Override for testing purposes.

Default FETCH_ONE
Possible Values
STOREFETCHFETCH_ONENONE

Fetch strategy

How to fetch the person data (fetch, fetch one or store)

Count

Number of persons retrieved or stored

Person

The retrieved person

SubType

Persons

List of retrieved persons when fetchType is FETCH

Format uri

URI

Stored persons location when fetchType is STORE