I can solve this use the api.whatsapp.web
const msgCod = encodeURIComponent(msg); const linkWhatsApp = `https://api.whatsapp.com/send?phone=${phoneNumber}&text=${msgCod}`;