Get
Get a person from Pipedrive CRM
Get
Get a person from Pipedrive CRM
yaml
type: io.kestra.plugin.pipedrive.persons.GetExamples
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
personId *Requiredintegerstring
apiUrl string
Default
https://api.pipedrive.com/api/v2fetchType string
Default
FETCH_ONEPossible Values
STOREFETCHFETCH_ONENONEOutputs
count integer
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
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
uri