この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
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
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
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.
表示
返信
いいね!の合計
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.
表示
返信
いいね!の合計
I suggest to generate personalized links followed by shortening the url prior to SMS delivery.
表示
返信
いいね!の合計