Get mailbox by ID
qmailing_get_mailboxRetrieve a specific email mailbox by its UUID, returning full details. Use when you already have the mailbox ID from a prior list.
Instructions
Fetch a single mailbox by its UUID. Returns the same fields as qmailing_list_mailboxes for one row. Use when the user references a specific mailbox and you already know its id (e.g. from a prior list).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The mailbox UUID. Get one from qmailing_list_mailboxes if you do not have it. |