PersonsMailMessagesBcc
Returns the BCC recipients from mail messages associated with a specific person in Pipedrive.
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.
| Column | Supported Operators |
| PersonId | = |
For example, the following query is processed server-side:
SELECT * FROM PersonsMailMessagesBcc WHERE PersonId = 246
Columns
| Name | Type | References | Description |
| Id [KEY] | Integer | Unique identifier of the BCC recipient entry. | |
| EmailAddress | String | Email address of the BCC recipient. | |
| PersonId | String | Identifier of the Pipedrive person record linked to this BCC recipient. | |
| PersonName | String | Full name of the Pipedrive person record linked to this BCC recipient. | |
| MessagePartyId | Integer | Identifier of the mail message party entry for this BCC recipient. | |
| Name | String | Display name of the BCC recipient. |