create_short_url
Create a short URL from a long one, with optional custom slug, tags, and visit limits. Simplify link sharing and management by generating trackable shortened links via Shlink.
Instructions
Create a new Shlink short URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| title | No | ||
| domain | No | ||
| longUrl | Yes | ||
| crawlable | No | ||
| maxVisits | No | ||
| customSlug | No | ||
| validSince | No | ||
| validUntil | No | ||
| findIfExists | No | ||
| forwardQuery | No |