infomaniak_create_short_url
Create a short URL from a long target using a two-phase commit for safe, controlled execution.
Instructions
Create a new short URL pointing to a long target. Two-phase commit. Use infomaniak_short_urls_quota first if you're not sure you have headroom.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Long URL to shorten. Must be a complete http:// or https:// URL (e.g. 'https://example.com/page'). A bare domain like 'example.com' is rejected. | |
| confirmation_token | No | Token from the prior plan response. Required on the apply phase only. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||