Hello Everyone,
I am trying to send a web app link in an SMS Delivery.
Issues faced by me:
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
Solved! Go to Solution.
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
I suggest to generate personalized links followed by shortening the url prior to SMS delivery.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies