PersonsMailMessagesCc
Returns the CC 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 PersonsMailMessagesCc WHERE PersonId = 246
Columns
| Name | Type | References | Description |
| Id [KEY] | Integer | Unique identifier of the CC recipient entry. | |
| EmailAddress | String | Email address of the CC recipient. | |
| PersonId | String | Identifier of the Pipedrive person record linked to this CC recipient. | |
| PersonName | String | Full name of the Pipedrive person record linked to this CC recipient. | |
| MessagePartyId | Integer | Identifier of the mail message party entry for this CC recipient. | |
| Name | String | Display name of the CC recipient. |