
Pipedrive Get
CertifiedGet a person from Pipedrive CRM
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.GetExamples
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_ONEPossible Values
STOREFETCHFETCH_ONENONEFetch strategy
How to fetch the person data (fetch, fetch one, or store)
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
Outputs
count integer
Count
Number of persons retrieved or stored
person
Person
The retrieved person
Definitions
io.kestra.plugin.pipedrive.models.Person
add_timestring
custom_fieldsobject
emailsarray
io.kestra.plugin.pipedrive.models.Person-EmailInfo
labelstring
primaryboolean
valuestring
first_namestring
idinteger
last_namestring
namestring
org_idinteger
owner_idinteger
phonesarray
io.kestra.plugin.pipedrive.models.Person-PhoneInfo
labelstring
primaryboolean
valuestring
update_timestring
visible_tostring
persons array
Persons
List of retrieved persons when fetchType is FETCH
Definitions
io.kestra.plugin.pipedrive.models.Person
add_timestring
custom_fieldsobject
emailsarray
io.kestra.plugin.pipedrive.models.Person-EmailInfo
labelstring
primaryboolean
valuestring
first_namestring
idinteger
last_namestring
namestring
org_idinteger
owner_idinteger
phonesarray
io.kestra.plugin.pipedrive.models.Person-PhoneInfo
labelstring
primaryboolean
valuestring
update_timestring
visible_tostring
uri string
Format
uriURI
Stored persons location when fetchType is STORE