Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the max char limit for the `text` parameter in Whatsapp send text URLs (mobile and web)?

Tags:

whatsapp

How long can I make a whatsapp message when I'm sending it using the whatsapp://send?text= and https://api.whatsapp.com/send?text= URLs?

I know that the general URL size limit is 2048 characters, but does it also apply in this case?
Or is it lower/higher?

like image 499
rrussar Avatar asked Oct 23 '25 16:10

rrussar


2 Answers

Edit: I played with this more and came to know a few more things. Below mentioned limit is probably limit of the windows command line argument system. This limit isn't applicable for web based whatsapp and only applicable for desktop app.

Original: For https://api.whatsapp.com thing there's a hard limit of 2057 characters for the whole URL meaning counting from https...

I checked it myself in Google Chrome. And if you are using non-ASCII characters then limit will be much less.

like image 197
lockhrt Avatar answered Oct 27 '25 02:10

lockhrt


A text message can be a max of 4096 characters long. Source: WhatsApp API

like image 30
Shri Avatar answered Oct 27 '25 01:10

Shri