infomaniak_get_mailbox_info
Retrieve mailbox aliases, signatures, and backups in one request, with optional field filtering to pick specific sections. Reduces three API calls into one.
Instructions
Read mailbox metadata in one call. Pick any subset of {aliases, signatures, backups} via the fields argument; the tool hits only the corresponding endpoints in parallel. Replaces the v0.9 trio get_mailbox_aliases / get_mailbox_signatures / get_mailbox_backups with no loss of capability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Sections to fetch. Each adds one API call. Omit to fetch all three. | |
| mailbox_name | Yes | Local part of the mailbox (the part before @, e.g. 'anthony' for anthony@coden.lu). NOT the full email address. | |
| mail_hosting_id | Yes | Mail hosting ID. Discover via infomaniak_list_mail_hostings. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| errors | No | ||
| fields | Yes | ||
| aliases | No | ||
| backups | No | ||
| signatures | No | ||
| mailbox_name | Yes | ||
| mail_hosting_id | Yes |