Skip to main content

Pipedrive Connector

Pipedrive Pipedrive is a sales-focused customer relationship management tool. This component enables management of leads, companies, activities, and more.

API Documentation

Connections

OAuth 2.0

Authenticate using OAuth 2.0.

This connection uses OAuth 2.0, a common authentication mechanism for integrations. Read about how OAuth 2.0 works here.

InputCommentsDefault
Authorization URLOAuth 2.0 Authorization URL for Pipedrive authentication.https://oauth.pipedrive.com/oauth/authorize
Token URLOAuth 2.0 Token URL for Pipedrive authentication.https://oauth.pipedrive.com/oauth/token
Client IDThe Client ID from the Pipedrive OAuth app. Find this in Pipedrive Settings > Marketplace > Your Apps.
Client SecretThe Client Secret from the Pipedrive OAuth app. Keep this value secure.

Triggers

New and Updated Records

Checks for new and updated records in a selected Pipedrive resource type on a configured schedule.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Resource TypeThe Pipedrive item type to monitor for new and updated records.
Show New RecordsWhen enabled, records created since the last poll are returned in the trigger payload.true
Show Updated RecordsWhen enabled, records updated since the last poll are returned in the trigger payload.true

Webhook

Receive event notifications from Pipedrive. Automatically creates and manages a webhook subscription for the selected event action and object type.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
VersionThe Pipedrive webhook version that controls the payload schema.2.0
Event ActionThe type of action that triggers the webhook.
Event ObjectThe Pipedrive resource type that triggers the webhook.
User IDThe ID of the user that this webhook will be authorized with. A different user's user_id may be used. If not set, the authenticated user's user_id is used. Each webhook event is checked against the user's permissions, so the webhook is only sent if the user has access to the affected object(s). To receive notifications for all events, use a top-level admin user's user_id.
HTTP Auth UserThe username used for HTTP Basic Auth when Pipedrive calls the subscription URL.
HTTP Auth PasswordThe password used for HTTP Basic Auth when Pipedrive calls the subscription URL.

Actions

Add Call Log

Adds a call log.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
User IDThe ID of the owner of the call log
Activity IDIf specified, this activity will be converted into a call log, with the information provided
SubjectThe name of the activity this call is attached to
DurationThe duration of the call in seconds
OutcomeDescribes the outcome of the call
From Phone NumberThe number that made the call
To Phone NumberThe number called
Start TimeThe date and time of the start of the call in UTC
End TimeThe date and time of the end of the call in UTC
Person IDThe ID of the person this call is associated with
Org IDThe ID of the organization this call is associated with
Deal IDThe ID of the deal this call is associated with
NoteThe note for the call log in HTML format

Add Deal

Adds a deal.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
TitleThe title of the deal
ValueThe value of the deal
CurrencyThe currency of the deal
Person IDThe ID of a person which this deal will be linked to
Org IDThe ID of an organization which this deal will be linked to
Pipeline IDThe ID of the pipeline this deal will be added to
Stage IDThe ID of the stage this deal will be added to
Statusopen = Open, won = Won, lost = Lost, deleted = Deleted
Expected Close DateThe expected close date of the deal
ProbabilityThe success probability percentage of the deal
Lost ReasonThe optional message about why the deal was lost (to be used when status = lost)
Visible ToThe visibility of the deal. See Pipedrive API documentation for more information.
Add TimeThe optional creation date & time of the deal in UTC

Add Deal Follower

Adds a follower to a deal.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Deal IDThe unique identifier for the deal.
User IDThe ID of the user

Add Deal Participant

Adds a participant to a deal.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Deal IDThe unique identifier for the deal.
Person IDThe ID of the person

Add Deal Product

Adds a product to the deal, eventually creating a new item called a deal-product.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Deal IDThe unique identifier for the deal.
Product IDThe ID of the product to add to the deal
Item PriceThe price value of the product
QuantityThe quantity of the product
Discount PercentageThe discount %0
Discount TypeThe type of discount
Product Variation IDThe ID of the product variation to use
CommentsAny textual comment associated with this product-deal attachment
TaxThe tax percentage0
Is EnabledWhether the product is enabled on the deal or notfalse

Add File

Uploads and adds a new file to a deal, person, organization, product, activity, or lead.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
FileThe file to upload - either string contents or a binary file
File NameThe name of the file to upload
Entity TypeThe type of entity to attach the file to
Entity IDThe numerical ID of the deal, person, org, product or activity, or UUID of the lead to associate this file with.

Add Lead

Adds a lead.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
TitleThe name of the lead
Owner IDThe ID of the user which will be the owner of the created lead
Label IdsThe IDs of the lead labels which will be associated with the lead
Person IDThe ID of a person which this lead will be linked to
Organization IDThe ID of an organization which this lead will be linked to
ValueThe potential value of the lead
Expected Close DateThe date of when the deal which will be created from the lead is expected to be closed
Visible ToThe visibility of the lead
Was SeenA flag indicating whether the lead was seen by someone in the Pipedrive UIfalse

Add Lead Label

Adds a lead label.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
NameThe name of the lead label
ColorThe color of the label

Add Organization

Adds an organization.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
NameThe name of the organization
Owner IDThe ID of the user who will be marked as the owner of this organization
Visible ToThe visibility of the organization
Add TimeThe optional creation date & time of the organization in UTC

Add Organization Follower

Adds a follower to an organization.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Organization IDThe unique identifier for the organization.
User IDThe ID of the user

Add Person

Adds a person.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
NameThe name of the person
Owner IDThe ID of the user who will be marked as the owner of this person
Org IDThe ID of the organization this person will belong to
EmailThe emails of the person
PhoneThe phones of the person
Visible ToThe visibility of the person
Marketing StatusIf the person does not have a valid email address, then the marketing status is not set and "no_consent" is returned for the "marketing_status" value when the new person is created
Add TimeThe optional creation date & time of the person in UTC

Add Person Follower

Adds a follower to a person.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Person IDThe unique identifier for the person.
User IDIf supplied, only persons owned by the specified user are returned.

Add Pipeline

Adds a new pipeline.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
NameThe name of the pipeline
Deal ProbabilityWhether deal probability is disabled or enabled for this pipelinefalse

Add Product

Adds a product.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
NameThe name of the product
CodeThe product code
UnitThe unit in which this product is sold
TaxThe tax percentage0
Visible ToThe visibility of the product
Owner IDThe ID of the user who will be marked as the owner of this product
PricesAn array of objects, each containing: "currency" (string), "price" (number), "cost" (number, optional), "overhead_cost" (number, optional)

Add Product Follower

Adds a follower to a product.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Product IDThe unique identifier for the product.
User IDThe ID of the user

Add Stage

Adds a new stage.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
NameThe name of the stage
Pipeline IDThe ID of the pipeline to add stage to
Deal ProbabilityThe success probability percentage of the deal
Rotten FlagWhether deals in this stage can become rottenfalse
Rotten DaysThe number of days the deals not updated in this stage would become rotten

Cancel Recurring Subscription (Deprecated)

Cancels a recurring subscription.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Subscription IDThe unique identifier for the subscription.
End DateThe subscription termination date

Create Webhook

Creates a new webhook.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Subscription URLThe URL that Pipedrive will call when a subscribed event occurs.
Event ActionThe type of action that triggers the webhook.
Event ObjectThe Pipedrive resource type that triggers the webhook.
VersionThe webhook's version. NB! Webhooks v2 is the default from March 17th, 2025. See this Changelog post for more details.2.0
User IDThe ID of the user that this webhook will be authorized with. A different user's user_id may be used. If not set, the authenticated user's user_id is used. Each webhook event is checked against the user's permissions, so the webhook is only sent if the user has access to the affected object(s). To receive notifications for all events, use a top-level admin user's user_id.
HTTP Auth UserThe username used for HTTP Basic Auth when Pipedrive calls the subscription URL.
HTTP Auth PasswordThe password used for HTTP Basic Auth when Pipedrive calls the subscription URL.

Delete Activity

Deletes an activity.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Activity IDThe unique identifier for the activity.

Delete Call Log

Deletes a call log.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Call Log IDThe unique identifier returned when the call log was created.

Delete Deal

Deletes a deal.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Deal IDThe unique identifier for the deal.

Delete Deal Field

Deletes a deal field.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Deal Field IDThe unique identifier for the deal field.

Delete Deal Follower

Deletes a follower from a deal.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Deal IDThe unique identifier for the deal.
Follower IDThe ID of the follower

Delete Deal Participant

Deletes a participant from a deal.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Deal IDThe unique identifier for the deal.
Deal Participant IDThe ID of the participant of the deal

Delete Deal Product

Deletes an attached product from a deal.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Deal IDThe unique identifier for the deal.
Product Attachment IDThe product attachment ID

Delete File

Deletes a file.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
File IDThe unique identifier for the file.

Delete Lead

Deletes a lead.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Lead IDThe unique identifier for the lead.

Delete Lead Label

Deletes a lead label.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Lead Label IDThe unique identifier for the lead label.

Delete Mail Thread

Deletes a mail thread.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Mail Thread IDThe unique identifier for the mail thread.

Delete Organization

Deletes an organization.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Organization IDThe unique identifier for the organization.

Delete Organization Follower

Deletes a follower from an organization.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Organization IDThe unique identifier for the organization.
Follower IDThe ID of the follower

Delete Person

Deletes a person.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Person IDThe unique identifier for the person.

Delete Person Field

Deletes a person field.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Person Field IDThe unique identifier for the person field.

Delete Person Follower

Deletes a follower from a person.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Person IDThe unique identifier for the person.
Follower IDThe ID of the follower

Delete Person Picture

Deletes a person picture.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Person IDThe unique identifier for the person.

Delete Pipeline

Deletes a pipeline.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Pipeline IDThe unique identifier for the pipeline.

Delete Product

Deletes a product.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Product IDThe unique identifier for the product.

Delete Product Field

Deletes a product field.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Product Field IDThe ID of the product field

Delete Product Follower

Deletes a follower from a product.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Product IDThe unique identifier for the product.
Follower IDThe ID of the relationship between the follower and the product

Delete Stage

Deletes a stage.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Stage IDThe unique identifier for the stage.

Delete Subscription (Deprecated)

Deletes a subscription.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Subscription IDThe unique identifier for the subscription.

Delete Webhook

Deletes a webhook.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Webhook IDThe unique identifier for the webhook.

Download File

Downloads one file.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
File IDThe unique identifier for the file.

Find Subscription By Deal (Deprecated)

Finds a subscription by deal.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Deal IDThe ID of the deal

Find Users By Name

Finds users by name.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
TermThe search term to look for
Search By EmailWhen enabled, the term will only be matched against email addresses of users1

Get Activities

Gets all activities assigned to a particular user.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Filter IDThe ID of the filter to use (will narrow down results if used together with "user_id" parameter)
LimitThe maximum number of results to return per page.
Updated SinceIf set, only activities with an update_time later than or equal to this time are returned
Updated UntilIf set, only activities with an update_time earlier than or equal to this time are returned
Sort ByThe field name used to order the results.
Sort DirectionThe direction in which results are ordered.desc
CursorThe pagination cursor from a previous request.

Get Activity

Gets details of an activity.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Activity IDThe unique identifier for the activity.

Get Activity Fields

Gets all activity fields.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.

Get Activity Types

Gets all activity types.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.

Get Call Log

Gets details of a call log.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Call Log IDThe unique identifier returned when the call log was created.

Get Company Addons

Gets all add-ons for a single company.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.

Get Currencies

Gets all supported currencies.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
TermOptional search term that is searched for from currency's name and/or code

Get Current User

Gets current user data.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.

Get Deal

Gets details of a deal.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Deal IDThe unique identifier for the deal.

Get Deal Activities

Lists activities associated with a deal.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Deal IDThe unique identifier for the deal.
LimitThe maximum number of results to return per page.
CursorThe pagination cursor from a previous request.
DoneWhether the activity is done or notfalse
Sort ByThe field name used to order the results.
Sort DirectionThe direction in which results are ordered.

Get Deal Field

Gets one deal field.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Deal Field IDThe unique identifier for the deal field.

Get Deal Fields

Gets all deal fields.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
StartThe 0-based offset of the first item to return.0
LimitThe maximum number of results to return per page.

Get Deal Files

Lists files attached to a deal.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Deal IDThe unique identifier for the deal.
StartThe 0-based offset of the first item to return.0
LimitThe maximum number of results to return per page.
CursorThe pagination cursor from a previous request.
Include Deleted FilesWhen enabled, the list of files will also include deleted files
SortThe field names and sorting mode separated by a comma (e.g. "field_name_1 ASC, field_name_2 DESC").

Get Deal Followers

Lists followers of a deal.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Deal IDThe unique identifier for the deal.
LimitThe maximum number of results to return per page.
CursorThe pagination cursor from a previous request.

Get Deal Mail Messages

Lists mail messages associated with a deal.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Deal IDThe unique identifier for the deal.
StartThe 0-based offset of the first item to return.0
LimitThe maximum number of results to return per page.
CursorThe pagination cursor from a previous request.

Get Deal Participants

Lists participants of a deal.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Deal IDThe unique identifier for the deal.
StartThe 0-based offset of the first item to return.0
LimitThe maximum number of results to return per page.
CursorThe pagination cursor from a previous request.

Get Deal Persons (Deprecated)

Lists all persons associated with a deal.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Deal IDThe unique identifier for the deal.
LimitThe maximum number of results to return per page.
CursorThe pagination cursor from a previous request.
Sort ByThe field name used to order the results.
Sort DirectionThe direction in which results are ordered.

Get Deal Products

Lists products attached to a deal.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Deal IDThe unique identifier for the deal.
LimitThe maximum number of results to return per page.
CursorThe pagination cursor from a previous request.
Sort ByThe field name used to order the results.
Sort DirectionThe direction in which results are ordered.

Get Deals

Gets all deals.

InputCommentsDefault
Fetch AllWhen true, automatically fetches all pages of results. When false, only the requested page is returned.false
LimitThe maximum number of results to return per page.
CursorThe pagination cursor from a previous request.
Sort ByThe field name used to order the results.
Sort DirectionThe direction in which results are ordered.
Filter IDThe unique identifier of the filter to apply.
Stage IDIf supplied, only deals within the specified stage are returned.
StatusFilter the response to only include deals matching the selected status.
ConnectionThe Pipedrive connection to use.

Get Deals Summary

Gets a summary of deals.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
StatusOnly fetch deals with a specific status
Filter IDuser_id will not be considered
User IDOnly deals matching the given user will be returned
Stage IDOnly deals within the given stage will be returned

Get Deals Timeline

Gets the deals timeline.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Start DateThe date when the first interval starts
IntervalThe type of the interval
AmountThe number of given intervals, starting from "start_date", to fetch
Field KeyThe date field key which deals will be retrieved from
User IDIf supplied, only deals matching the given user will be returned
Pipeline IDIf supplied, only deals matching the given pipeline will be returned
Filter IDIf supplied, only deals matching the given filter will be returned
Exclude DealsWhether to exclude deals list (1) or not (0)
Totals Convert CurrencyThe 3-letter currency code of any of the supported currencies

Get Deal Users

Lists permitted users for a deal.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Deal IDThe unique identifier for the deal.

Get File Metadata by ID

Gets metadata about one file by ID.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
File IDThe unique identifier for the file.

Get Filter

Gets one filter.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Filter IDThe unique identifier for the filter.

Get Filters

Gets all filters.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
TypeThe types of filters to fetch

Get Lead

Gets one lead.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Lead IDThe unique identifier for the lead.

Get Lead Labels

Gets all lead labels.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.

Get Leads

Gets all leads.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
LimitThe maximum number of results to return per page.
StartThe 0-based offset of the first item to return.0
Archived StatusFiltering based on the archived status of a lead
Owner IDIf supplied, only leads matching the given user will be returned
Filter IDThe ID of the filter to use
SortThe field names and sorting mode separated by a comma (e.g. "field_name_1 ASC, field_name_2 DESC").

Get Lead Sources

Gets all lead sources.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.

Get Mail Message

Gets one mail message.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
IdThe ID of the mail message to fetch
Include BodyWhether to include the full message body or not1

Get Mail Thread

Gets one mail thread.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Mail Thread IDThe unique identifier for the mail thread.

Get Mail Thread Messages

Gets all mail messages of a mail thread.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Mail Thread IDThe unique identifier for the mail thread.

Get Mail Threads

Gets mail threads.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
FolderThe type of folder to fetchinbox
StartThe 0-based offset of the first item to return.0
LimitThe maximum number of results to return per page.

Get Note Fields

Gets all note fields.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.

Get Organization

Gets details of an organization.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Organization IDThe unique identifier for the organization.

Get Organization Activities

Lists activities associated with an organization.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Organization IDThe unique identifier for the organization.
LimitThe maximum number of results to return per page.
CursorThe pagination cursor from a previous request.
DoneWhen true, returns only completed activitiesfalse

Get Organization Deals

Lists deals associated with an organization.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Organization IDThe unique identifier for the organization.
LimitThe maximum number of results to return per page.
CursorThe pagination cursor from a previous request.
StatusOnly fetch deals with a specific status
Sort ByThe field name used to order the results.
Sort DirectionThe direction in which results are ordered.

Get Organization Files

Lists files attached to an organization.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Organization IDThe unique identifier for the organization.
StartThe 0-based offset of the first item to return.0
LimitThe maximum number of results to return per page.
Include Deleted FilesWhen enabled, the list of files will also include deleted files
SortThe field names and sorting mode separated by a comma (e.g. "field_name_1 ASC, field_name_2 DESC").

Get Organization Followers

Lists followers of an organization.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Organization IDThe unique identifier for the organization.
LimitThe maximum number of results to return per page.
CursorThe pagination cursor from a previous request.

Get Organization Mail Messages

Lists mail messages associated with an organization.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Organization IDThe unique identifier for the organization.
StartThe 0-based offset of the first item to return.0
LimitThe maximum number of results to return per page.

Get Organization Persons

Lists persons of an organization.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Organization IDThe unique identifier for the organization.
LimitThe maximum number of results to return per page.
CursorThe pagination cursor from a previous request.

Get Organizations

Gets all organizations.

InputCommentsDefault
Fetch AllWhen true, automatically fetches all pages of results. When false, only the requested page is returned.false
LimitThe maximum number of results to return per page.
CursorThe pagination cursor from a previous request.
Sort ByThe field name used to order the results.
Sort DirectionThe direction in which results are ordered.
Filter IDThe unique identifier of the filter to apply.
ConnectionThe Pipedrive connection to use.

Get Organization Updates

Lists updates about an organization.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Organization IDThe unique identifier for the organization.
StartThe 0-based offset of the first item to return.0
LimitThe maximum number of results to return per page.
All ChangesWhether to show custom field updates or not
ItemsA comma-separated string for filtering out item specific updates

Get Organization Users

Lists permitted users for an organization.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Organization IDThe unique identifier for the organization.

Get Permission Set

Gets one permission set.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Permission Set IDThe unique identifier for the permission set.

Get Permission Set Assignments

Lists permission set assignments.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Permission Set IDThe unique identifier for the permission set.
StartThe 0-based offset of the first item to return.0
LimitThe maximum number of results to return per page.

Get Permission Sets

Gets all permission sets.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.

Get Person

Gets details of a person.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Person IDThe unique identifier for the person.

Get Person Activities

Lists activities associated with a person.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Person IDThe unique identifier for the person.
LimitThe maximum number of results to return per page.
CursorThe pagination cursor from a previous request.
DoneWhen true, returns only completed activitiesfalse

Get Person Deals

Lists deals associated with a person.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Person IDThe unique identifier for the person.
LimitThe maximum number of results to return per page.
CursorThe pagination cursor from a previous request.
StatusOnly fetch deals with a specific status
Sort ByThe field name used to order the results.
Sort DirectionThe direction in which results are ordered.

Get Person Field

Gets one person field.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Person Field IDThe unique identifier for the person field.

Get Person Field Details

Gets details of a specific field for a person.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Field IDThe ID of the field to fetch details for a person

Get Person Fields

Gets all person fields.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
StartThe 0-based offset of the first item to return.0
LimitThe maximum number of results to return per page.

Get Person Files

Lists files attached to a person.

InputCommentsDefault
ConnectionThe Pipedrive connection to use.
Person IDThe unique identifier for the person.
StartThe 0-based offset of the first item to return.0
LimitThe maximum number of results to return per page.
Include Deleted FilesWhen enabled, the list of files will also include deleted files
SortThe field names and sorting mode separated by a comma (e.g. "field_name_1 ASC, field_name_2 DESC").

Get Person Followers

Lists followers of a person.

InputCommentsDefault
Person IDThe unique identifier for the person.
LimitThe maximum number of results to return per page.
CursorThe pagination cursor from a previous request.
ConnectionThe Pipedrive connection to use.