
List
CertifiedList and filter persons in Pipedrive CRM
List
Certified
List and filter persons in Pipedrive CRM
yaml
type: io.kestra.plugin.pipedrive.persons.ListExamples
yaml
id: pipedrive_list_persons
namespace: company.team
tasks:
- id: list_persons
type: io.kestra.plugin.pipedrive.persons.List
apiToken: "{{ secret('PIPEDRIVE_API_TOKEN') }}"
ownerId: 7
limit: 100
Properties
apiToken *Requiredstring
apiUrl string
Default
https://api.pipedrive.com/api/v2cursor string
fetchType string
Default
FETCHPossible Values
STOREFETCHFETCH_ONENONEfilterId integerstring
limit integerstring
orgId integerstring
ownerId integerstring
pluginDefaultsRef Non-dynamicstring
Outputs
count integer
nextCursor string
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