How to use Webapp link in SMS Delivery | Community
Skip to main content
mayank_singh
Level 2
April 12, 2020
Solved

How to use Webapp link in SMS Delivery

  • April 12, 2020
  • 2 replies
  • 3492 views

Hello Everyone,

 

I am trying to send a web app link in an SMS Delivery.

 

Issues faced by me:

  1. The link is not getting shorten by all the Url shorteners 
  2. If I remove the preloading URL, then the above case is possible. After which I added the preloading URL.
  3. If I click the above link in the Test SMS delivery it redirects and gives me an error that the requested URL cannot be found

What I want:

I want to send a link with the preloading link in an SMS delivery so that whenever a customer clicks and the data related to the customer is updated.

 

I would really appreciate if anyone can help me with this 

Thanks

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by iambhosale

Hi @mayank_singh 

 

I am assuming that the URL shortening is handled by SMS vendor unless there is any custom implementation done as Adobe Campaign does not have inbuilt URL shortening function.

 

Talking about web app link. Every web app link with Preloading have below format:

 

<https_Web_App_Url>?id=<%= escapeUrl(cryptString(recipient.id)) %>

 

Generally, all SMS vendors detect the link using https and short the complete URL.

2 replies

iambhosale
iambhosaleAccepted solution
Level 2
April 27, 2020

Hi @mayank_singh 

 

I am assuming that the URL shortening is handled by SMS vendor unless there is any custom implementation done as Adobe Campaign does not have inbuilt URL shortening function.

 

Talking about web app link. Every web app link with Preloading have below format:

 

<https_Web_App_Url>?id=<%= escapeUrl(cryptString(recipient.id)) %>

 

Generally, all SMS vendors detect the link using https and short the complete URL.

SachinDhir
Level 2
June 28, 2021

I suggest to generate personalized links followed by shortening the url prior to SMS delivery.