If you are interested in activating this feature, please reach out to our Sales Team.After this feature is activated for your account, you will be able to configure it following the steps below.
How it works
When URL Shortening is turned on, any messages that contains base URLs from the supported URLs will be converted to a URL with a base domain of your choosing.Custom shortened URLs give brand exposure, are more memorable, and boost your audience’s trust. Let’s take a look at how custom URL shortening works - if you were to send a message that looked like the following payload object:After pasting the above content, Kindly check and remove any new line added
After pasting the above content, Kindly check and remove any new line added
Supported domains in shortened URLs
By default, if URL Shortening is enabled on the messaging profile, only URLs with the following domains will be converted:- bit.do
- bit.ly
- carebank.site
- drvline.site
- eatngage.com
- goo.gl
- healthsettle.pw
- ht.ly
- is.gd
- ow.ly
- rebrand.ly
- t.co
- tiny.cc
- tinyurl.com
- x.co
You have the option of expanding the URL shortening for all domains. You can disable the
Replace Blacklist Only setting in the URL Shortener settings on your messaging profile.Message engagement reports
In addition to custom URL shortening, you can also view how often recipients of your messages have opened the link via the Message Engagement Report.- Select a Start Date and End Date for the time range you wish to report on.
- Select the Messaging Profiles you wish to report on.
- Click on Generate Messaging Report.
- (Optionally) You can also download a detailed view of the clicks.
Receiving link click Webhooks
If you want to track user engagement with your custom shortened URL in real time, you have the option of receiving webhooks when a shortened link is clicked. You can enable receiving webhooks on a per messaging profile basis. Webhooks will be sent to the webhooks already configured on the messaging profile.Mission control portal
How do I create a custom shortened URL?
Custom URL Shortening is enabled per Messaging Profile. If you send SMS via phone numbers under this profile, and they contain any URLs that are part of the list of supported URLs, then they will be replaced with links that the URL Shortener service generates. Please reach out to customer support so that they can work internally to create your customer URL shortener. Please provide the following information so customer support can process your request:- Your customer ID
- Your custom domains (or let us know if you need us to provide the domains for you)
- The profile IDs that you need the link shortner assigned to
cURL
Basic setup
URL Shortening is enabled per Messaging Profile. If you send SMS via phone numbers under this profile, if they contain any URLs that are part of the list of supported URLs, then they will be replaced with links that the URL Shortener service generates. The code below enables the url shortener service with a specific domain and a custom identifying prefix. It’ll also enable the service for all domains, not just the supported domains listed above and enable receiving webhooks for link clicks.After pasting the above content, Kindly check and remove any new line added
Python
Basic setup
URL Shortening is enabled per Messaging Profile. If you send SMS via phone numbers under this profile, if they contain any URLs that are part of the list of supported URLs, then they will be replaced with links that the URL Shortener service generates. The code below enables the url shortener service with a specific domain and a custom identifying prefix. It’ll also enable the service for all domains, not just the supported domains listed above and enable receiving webhooks for link clicks.After pasting the above content, Kindly check and remove any new line added
Ruby
Basic setup
URL Shortening is enabled per Messaging Profile. If you send SMS via phone numbers under this profile, if they contain any URLs that are part of the list of supported URLs, then they will be replaced with links that the URL Shortener service generates. The code below enables the url shortener service with a specific domain and a custom identifying prefix. It’ll also enable the service for all domains, not just the supported domains listed above and enable receiving webhooks for link clicks.After pasting the above content, Kindly check and remove any new line added
Node
Basic setup
URL Shortening is enabled per Messaging Profile. If you send SMS via phone numbers under this profile, if they contain any URLs that are part of the list of supported URLs, then they will be replaced with links that the URL Shortener service generates. The code below enables the url shortener service with a specific domain and a custom identifying prefix. It’ll also enable the service for all domains, not just the supported domains listed above and enable receiving webhooks for link clicks.After pasting the above content, Kindly check and remove any new line added
PHP
Basic setup
URL Shortening is enabled per Messaging Profile. If you send SMS via phone numbers under this profile, if they contain any URLs that are part of the list of supported URLs, then they will be replaced with links that the URL Shortener service generates. The code below enables the url shortener service with a specific domain and a custom identifying prefix. It’ll also enable the service for all domains, not just the supported domains listed above and enable receiving webhooks for link clicks.After pasting the above content, Kindly check and remove any new line added
.NET
Basic setup
URL Shortening is enabled per Messaging Profile. If you send SMS via phone numbers under this profile, if they contain any URLs that are part of the list of supported URLs, then they will be replaced with links that the URL Shortener service generates. The code below enables the url shortener service with a specific domain and a custom identifying prefix. It’ll also enable the service for all domains, not just the supported domains listed above and enable receiving webhooks for link clicks.After pasting the above content, Kindly check and remove any new line added