list_inboxes
List all email inboxes or filter by domain. Returns local part for each inbox to construct email addresses.
Instructions
List inboxes.
Without domain_id, lists all inboxes across all domains. With domain_id, lists inboxes for that specific domain.
Each inbox has a local_part (the part before @) that forms the email address: {local_part}@{domain_name}
Args: domain_id: Filter by domain (optional, lists all if omitted)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |