const messageUrl = whatsappLink+"?text=" + encodeURI(`Hello, I want to *pre-order* `) + '%0D%0A' + encodeURI(`Product Name: ${item?.name}`)
I was looking for a solution for WhatsApp API, and this works fine for me.