MailThreadMessagesFrom
Returns the sender details for each mail message within a specified mail thread, including email address and linked person information.
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 |
| MailThreadId | = |
For example, the following query is processed server-side:
SELECT * FROM MailThreadMessagesFrom WHERE MailThreadId = 2
Columns
| Name | Type | References | Description |
| Id [KEY] | Integer | Unique identifier of the mail message. | |
| MailThreadId | Integer | Identifier of the mail thread that contains this message. | |
| EmailAddress | String | Email address of the sender of the mail message. | |
| Name | String | Display name of the sender of the mail message. | |
| LinkedPersonId | Integer | Identifier of the Pipedrive person record linked to the sender. | |
| LinkedPersonName | String | Name of the Pipedrive person record linked to the sender. | |
| MailMessagePartyId | Integer | Identifier of the mail message party record representing the sender. |