pipedrive_get_person_emails
Retrieve metadata for emails linked to a person across all users' mailboxes. Use a person ID to fetch email history with pagination controls.
Instructions
Get email messages linked to a person (company-wide, all users' emails). Returns metadata for emails from any user's mailbox that are linked to this person. 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 | Person ID | |
| limit | No | Number of items (1-500) | |
| start | No | Pagination offset (0-based) |