👍 Shorten a long URL easily.
The Shorten URL function allows you to shorten a long URL. It returns a short URL for your further usage.
You need to send the following parameter inside the function:
url: The long URL that you need to shorten.
async function script(C){
const shortUrl = await C.shortenUrl({url:"https://app.clevero.co/app/settings/system/workflows/scripts"});
C.addUrlToSummary({url:shortUrl})
}Output
The output of the Shorten URL function will contain your desired shortened URL.
- url: The shortened url.
📌 Need Help?
