infomaniak_authorize_sender
Authorize a sender for an Infomaniak mailbox. The two-phase commit previews changes and applies them with a token after confirmation.
Instructions
Authorize this sender. Two-phase commit: first call returns the current-state diff and confirmation token, second call with the token applies the PATCH if the mailbox sender lists have not changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sender | Yes | Email address or sender pattern accepted by Infomaniak. | |
| mailbox_name | Yes | Local part of the mailbox (the part before @, e.g. 'info' for info@example.com). NOT the full email address. | |
| mail_hosting_id | Yes | Mail hosting ID. Discover via infomaniak_list_mail_hostings. | |
| confirmation_token | No | Token returned by the prior plan response. Required on the apply phase. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||