Pipedrive Get

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.Get

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

Pipedrive API token

Your Pipedrive API token for authentication.

Deal ID

The ID of the deal to retrieve

Defaulthttps://api.pipedrive.com/api/v2

Pipedrive API URL

Base URL for the Pipedrive API. Override for testing purposes.

DefaultFETCH_ONE
Possible Values
STOREFETCHFETCH_ONENONE

Fetch strategy

How to fetch the deal data (fetch, fetch one, or store)

Reference (ref) of the pluginDefaults to apply to this task.

Deal

The retrieved deal, when fetchType is not STORE

Definitions
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
Formaturi

URI

Stored deal location when fetchType is STORE