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"Examples
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
apiToken *Requiredstring
Pipedrive API token
Your Pipedrive API token for authentication.
personId *Requiredintegerstring
Person ID
The ID of the person to retrieve
apiUrl string
Default
https://api.pipedrive.com/api/v2Pipedrive API URL
Base URL for the Pipedrive API. Override for testing purposes.
fetchType string
Default
FETCH_ONE Possible Values
STOREFETCHFETCH_ONENONEFetch strategy
How to fetch the person data (fetch, fetch one or store)
Outputs
count integer
Count
Number of persons retrieved or stored
person Person
Person
The retrieved person
uri string
Format
uriURI
Stored persons location when fetchType is STORE