Pipedrive Get

Pipedrive Get

Certified

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

Defaulthttps://api.pipedrive.com/api/v2

Pipedrive API URL

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

DefaultFETCH_ONE
Possible Values
STOREFETCHFETCH_ONENONE

Fetch strategy

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

Reference (ref) of the pluginDefaults to apply to this task.

Count

Number of persons retrieved or stored

Person

The retrieved person

Definitions
add_timestring
custom_fieldsobject
emailsarray
labelstring
primaryboolean
valuestring
first_namestring
idinteger
last_namestring
namestring
org_idinteger
owner_idinteger
phonesarray
labelstring
primaryboolean
valuestring
update_timestring
visible_tostring

Persons

List of retrieved persons when fetchType is FETCH

Definitions
add_timestring
custom_fieldsobject
emailsarray
labelstring
primaryboolean
valuestring
first_namestring
idinteger
last_namestring
namestring
org_idinteger
owner_idinteger
phonesarray
labelstring
primaryboolean
valuestring
update_timestring
visible_tostring
Formaturi

URI

Stored persons location when fetchType is STORE