How to Shorten the link when sending message to WhatsApp?

Hello! I would like to ask on how to shorten the link when sending a message thru WhatsApp?

I am currently using below expression, I can send a message but the hyperlink expression is not working. 

CONCATENATE(
"https://api.whatsapp.com/send?phone=โ€,
ENCODEURL([My Mobile No.]),
โ€œ&text=โ€,
ENCODEURL(
CONCATENATE("Installation/Delivery Job ",[Date Entered],"
",
"

","Customer Name: ",[Customer Name],"
","Job Started: ",[Job Started],"
","Job End: ",[Job End],"
","DN File: ",hyperlink(concatenate(โ€œhttps://www.appsheet.com/template/gettablefileurl?appName=DeliverySchedules-5694063&tableName=Instal...,Text([DN File])),โ€˜Link to URLโ€™),"
","CSF File: ",[CSF File]
)
)
)

@Koichi_Tsuji @Steve @Fabian_Weller @Phil  any ideas?

0 1 5,693
1 REPLY 1

WhatsApp does not support hyperlink formatting, although it does recognize raw URLs. If you need shorter links, you need to use a link shortening service.

Top Labels in this Space