
Pipedrive Get
CertifiedGet a deal from Pipedrive CRM
Pipedrive Get
Certified
Get a deal from Pipedrive CRM
Retrieves detailed information about a specific deal from Pipedrive by its ID.
yaml
type: io.kestra.plugin.pipedrive.deals.GetExamples
Get a deal by ID
yaml
id: pipedrive_get_deal
namespace: company.team
tasks:
- id: get_deal
type: io.kestra.plugin.pipedrive.deals.Get
apiToken: "{{ secret('PIPEDRIVE_API_TOKEN') }}"
dealId: 123
Properties
apiToken *Requiredstring
Pipedrive API token
Your Pipedrive API token for authentication.
dealId *Requiredintegerstring
Deal ID
The ID of the deal 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 deal data (fetch, fetch one, or store)
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
Outputs
deal
Deal
The retrieved deal, when fetchType is not STORE
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
uri string
Format
uriURI
Stored deal location when fetchType is STORE