Cmdlets for Pipedrive

Build 25.0.9434

Select-Pipedrive Cmdlet

Parameters   Output Objects  

Searches Pipedrive data.

Syntax

Select-Pipedrive [parameters]

Remarks

The Select-Pipedrive cmdlet allows you to use a syntax similar to SQL SELECT statements to search Pipedrive data.

$conn = Connect-Pipedrive -AuthScheme "Basic" -CompanyDomain "MyCompanyDomain" -APIToken "MyAPIToken"
Select-Pipedrive -Connection $conn -Table "Deals" -Columns @("Id","UserEmail") -Where "UserName='Bob'"

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434