Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

How to use Webapp link in SMS Delivery

Avatar

Level 2

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

 

1 Accepted Solution

Avatar

Correct answer by
Level 3

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.

View solution in original post

2 Replies

Avatar

Correct answer by
Level 3

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.

Avatar

Level 2

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