A beginner's guide
Explore Plans
Mobile menu Close menu
TnyTny

Unshorten URL

This action will follow all redirects and returns the final destination of the input URL. Optionally strips away tracking parameters from the resulting URL.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This action will follow all redirects and returns the final destination of the input URL. Optionally strips away tracking parameters from the resulting URL.
API endpoint slug
tny_app.unshorten_url
Filter code method
TnyApp.unshortenUrl.skip(string?: reason)
Runtime method
runAction("tny_app.unshorten_url", {})

Action fields

URL Text input > Link

Label
URL
Helper text
The URL to unshorten.
Slug
url
Required
true
Can have default value
true
Filter code method
TnyApp.unshortenUrl.setUrl(string: url)

Strip tracking parameters Dropdown list

Label
Strip Tracking Parameters
Helper text
Strip known tracking parameters (UTM tags and advertising trackers) from the resulting URL.
Slug
strip_tracking_parameters
Required
false
Can have default value
true
Filter code method
TnyApp.unshortenUrl.setStripTrackingParameters(string: stripTrackingParameters)