persons_list_mail_messages
List all email messages associated with a person, including sent, received, threads, subjects, and timestamps, to review communication history and prepare for meetings.
Instructions
List mail messages associated with a person.
Returns all email messages linked to this person, including:
Emails sent to the person
Emails received from the person
Email threads and conversations
Message subjects and snippets
Send/receive timestamps
Associated deals or organizations
This is useful for:
Reviewing email communication history
Understanding customer interactions
Preparing for meetings or calls
Tracking email engagement
CRM integration and context
Supports pagination for handling large email histories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Person ID | |
| start | No | Pagination start (default: 0) | |
| limit | No | Number of items to return (max 500) |