cork_get_client_inboxes
Retrieve a client's email inboxes (user and shared) with type, associated domains, and source integration. Requires a client UUID to list observed mailboxes for security reviews.
Instructions
List email inboxes (users and shared mailboxes) observed for a client, with inbox type, associated domains, and the integration each inbox was sourced from. Requires a client UUID from cork_get_clients.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based). Defaults to 1. | |
| page_size | No | Items per page (max 100). Defaults to 10. | |
| client_uuid | Yes | Client UUID, from cork_get_clients. |