Good evening everyone.
I wonder if anyone ever realized a flow to shorten links.
That's what I would like to do but I no not even know which service to use.
Thank you.
shortening links
Moderator: Martin
- tsolignani
- Posts: 187
- Joined: 12 Jan 2019 11:53
- Location: Vignola, Mo, Italy
- Contact:
Re: shortening links
Use action HTTP Request and put this into the URL field:
Replace {long_url} with the url you want to shorten.
Activate Custom HTTP Headers and put this into the field:
After execution the default variable response should contain your short url.
Code: Select all
https://u.nu/api.php?action=shorturl&format=simple&url={long_url}
Activate Custom HTTP Headers and put this into the field:
Code: Select all
accept:text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9
- tsolignani
- Posts: 187
- Joined: 12 Jan 2019 11:53
- Location: Vignola, Mo, Italy
- Contact:
Re: shortening links
It does work, thank you!
And I didn't even know the nu service.
Thanks again.
And I didn't even know the nu service.
Thanks again.
Re: shortening links
I didn't know the service either. I just searched for a service which doesn't require an api key or a login.