Short answer: You can create short link in Switchy by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Switchy Create Short Link action to a workflow, map its 4 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Long URL url | string | Required | A fully qualified URL (https://...) for the long url. |
Title title | string | Optional | – |
Custom Slug slug | string | Optional | Custom path. If omitted, Switchy auto-generates one. |
Branded Domain domain | string | Optional | Use a connected custom domain (e.g. `go.acme.com`). |
{"url": "https://example.com/very/long/path","title": "{{trigger.title}}","slug": "{{trigger.slug}}","domain": "{{trigger.domain}}"}
{"id": "abc123","clicks": 0,"long_url": "https://example.com/...","short_url": "https://swty.app/xyz"}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.