ADO.NET Provider for Pipedrive

Build 26.0.9655

DealsParticipantsEmail

Returns the email addresses associated with the person field of each deal participant.

View-Specific Information

SELECT

The provider uses the Pipedrive API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client-side within the provider.

ColumnSupported Operators
DealsParticipantsId=

For example, the following queries are processed server-side:

SELECT * FROM DealsParticipantsEmail
SELECT * FROM DealsParticipantsEmail WHERE DealsParticipantsId = 2

Columns

Name Type References Description
DealsParticipantsId [KEY] Integer

DealsParticipants.Id

Identifier of the deal participant record.
Label String Category label for the email address, for example work or home.
Value String The email address of the deal participant's person contact.
Primary Boolean Indicates whether this is the primary email address for the person.

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