pipedrive_get_deal_emails
Retrieve all email messages linked to a specific deal in Pipedrive, including emails from any user's mailbox. Use with deal ID to get email metadata.
Instructions
Get email messages linked to a deal (company-wide, all users' emails). Returns metadata for emails from any user's mailbox that are linked to this deal. Note: To get full message body, use pipedrive_get_mail_message, but only for emails in YOUR mailbox.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Deal ID | |
| start | No | Pagination offset (0-based) | |
| limit | No | Number of items (1-500) |