Get Emails For Contact
get_emails_attached_to_contactRetrieve all logged emails for a contact with full field data, or use count_only mode to get just the total count and breakdowns.
Instructions
Retrieve all logged emails for a specific contact. RETURNS FULL DATA: Each result includes all email fields - no need to call get_email afterward. Use count_only=true for accurate counts without returning the full result set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| contact_id | Yes | The ContactId to get emails for | |
| count_only | No | When true, auto-paginates and returns only total count and breakdowns (no results array). | |
| max_results | No | Max results (default 500) |