Discussions

Ask a Question
ANSWERED

SharePoint

We are interested in your solution but would like an integration to SharePoint, if available. Please advise.

Import bulk shorturl

Please suggest me a solution i have to import 50,000 destination url & export shorturl & qr code against imported data in csv format.
ANSWERED

Rebrandly Shorteing blocked in China?

Hello, a created shortend link and the QR code was tested by our colleagues in China. The rules are to guide the user to the android or ios playstore. None of this rules were executed after scanning the QR code. Is there any experience with the Rebrandly Shortener Service in China? Works the solution for users there?
ANSWERED

Update recipe for stale/old link

The recipe given to delete links older than a certain amount of time is not optimized as by default it retrieves all links ordered by creation time descending. Which means we start by iterating over link that are valid for nothing. Wouldn't it be wiser to set the corresponding code querystring = urlencode({ "limit": MAX_PAGE_SIZE, "last": lastLink["id"] if lastLink else "", "orderBy": "createdAt", "orderDir": "desc" }) to querystring = urlencode({ "limit": MAX_PAGE_SIZE, "last": lastLink["id"] if lastLink else "", "orderBy": "createdAt", "orderDir": "asc" })
ANSWERED

unlock my domain name

Trying to transfer my domain name
ANSWERED

Sites verified but getting a cert_authority invalid on https://stimorol.pro domain

Your connection is not private Attackers might be trying to steal your information from checkersinsurance.market (for example, passwords, messages, or credit cards). Learn more NET::ERR_CERT_AUTHORITY_INVALID To get Chrome’s highest level of security, turn on enhanced protection Are you able to recreate the SSL cert on that domain?
ANSWERED

GET return only selected fields not all fields

I would like to do .../links?fields=slashtag,anotherField but it still returns every field. Can I not restrict it to just the fields I requested?
ANSWERED

Link to sms:[shortcode];?&body=[message]

I switched to Rebrandly today after talking to someone via a demo and my only usecase was redirecting based on device. However, it's not working at all. When on a mobile device, I need to link to sms:[shortcode];?&body=[message] where I'd replace [shortcode] and [message] with what I need them to say. How do I do this within Rebrandly
ANSWERED

Use API with Mautic

Hi, Mautic application supports URL shorteners. It displays the following text: --- The full URL (including access key) to your url shortener that, when queried, returns a plain text shortened url. For bit.ly users, use `https://api-ssl.bitly.com/v3/shorten?access_token=[ACCESS_TOKEN]&format=txt&longUrl=`, replacing [ACCESS_TOKEN] with your bit.ly access token. --- How can I do the same with Rebrandly? Thanks Alex
ANSWERED

Started getting NET::ERR_CERT_AUTHORITY_INVALID errors on my verified domain

Been using Rebrandly for almost a month but just started getting NET::ERR_CERT_AUTHORITY_INVALID error on my domain (doctorew.link) Been reading other reports that the SSL cert had been recently generated (though mine had been working until today) and I am not sure where on my dashboard to check. Please help!