Code Assist MCP for Pipedrive

Build 25.0.9540

PersonsEmails

Get all emails asscociated with persons.

Note: DEPRECATED. To be removed in v26. Use PersonsEmails instead.

Select

The 本製品 will use the Pipedrive API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the 本製品.

  • PersonId supports the '=' operator.
  • FirstChar supports the 'LIKE' operator.
  • FilterId supports the '=' operator.
  • UserId supports the '=' operator.

For example, the following query is processed server side:

SELECT * FROM PersonsEmail WHERE PersonId = 14

SELECT * FROM PersonsEmail WHERE FirstChar = 'c'

SELECT * FROM PersonsEmail WHERE FilterId = 1
 
SELECT * FROM PersonsEmail WHERE UserId = 1

Columns

Name Type References Description
PersonId Integer

Persons.Id

Persons Id.
label String Label.
Value String Value.
Primary Boolean Primary.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
FirstChar String If supplied, only persons whose name starts with the specified letter will be returned.
FilterId Integer Filter Id.
UserId Integer User Id.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9540