DEV Community

Discussion on: Create links to WhatsApp with just HTML and JAVASCRIPT

Collapse
 
bhadcusco profile image
BHAD-Cusco

Hello!
Have you ever try to send long message?
I am trying to use this solution but it only allows me to send message up to 2054 characters (including the full url since https)

Collapse
 
walternascimentobarroso profile image
Walter Nascimento • Edited

Hi, sorry for the delay.

this solution uses get to send information but get itself already has this maximum character limit.

to send more information only if the whatsapp api released a post route

helpx.adobe.com/mt/experience-mana...

abramillar.com/2018/02/12/urls-max...

Collapse
 
bhadcusco profile image
BHAD-Cusco

Hi, Thank you for the answer.
What do you mean by "whatsapp api released a post route"?

I need to allow the user to send orders throught whatsapp and they could be large, I was trying it out with this solution, not sure if there is a better way or something I am missing.

Thread Thread
 
walternascimentobarroso profile image
Walter Nascimento

"ONLY IF"

I don't know a better solution