
List
CertifiedList and filter deals in Pipedrive CRM
List
Certified
List and filter deals in Pipedrive CRM
yaml
type: io.kestra.plugin.pipedrive.deals.ListExamples
yaml
id: pipedrive_list_deals
namespace: company.team
tasks:
- id: list_deals
type: io.kestra.plugin.pipedrive.deals.List
apiToken: "{{ secret('PIPEDRIVE_API_TOKEN') }}"
pipelineId: 1
status: "open"
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
personId integerstring
pipelineId integerstring
pluginDefaultsRef Non-dynamicstring
stageId integerstring
status string
Outputs
count integer
deals array
Definitions
io.kestra.plugin.pipedrive.models.Deal
acvnumber
add_timestring
arrnumber
channelinteger
channel_idstring
close_timestring
currencystring
custom_fieldsobject
expected_close_datestring
idinteger
local_close_datestring
local_lost_datestring
local_won_datestring
lost_reasonstring
lost_timestring
mrrnumber
org_idinteger
originstring
origin_idstring
person_idinteger
pipeline_idinteger
probabilitynumber
stage_idinteger
statusstring
titlestring
update_timestring
user_idinteger
valuenumber
visible_tostring
won_timestring
nextCursor string
uri string
Format
uri