deals_list_mail_messages
Retrieve all email messages linked to a specific deal. Includes sent and received emails sorted by date, useful for tracking client communication.
Instructions
List mail messages associated with a deal.
Returns all email messages linked to a specific deal, including sent and received emails.
Workflow tips:
View email communication history for a deal
Includes both sent and received messages
Use pagination for deals with many emails
Emails are sorted by date (newest first)
Cached for 5 minutes
Useful for tracking client communication
Common use cases:
List all emails: { "id": 123 }
Paginated results: { "id": 123, "start": 0, "limit": 50 }
Review email thread for a deal
Track communication history with client
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the deal | |
| start | No | Pagination start | |
| limit | No | Number of items to return per page |