This is my URL: https://api.whatsapp.com/send?phone=0000000000000&text=LineBreak
I need to put a line break in the middle of the text param value. I've tried <br>, %0a, and white space " ", but nothing works. Could someone please help me?
I discovered that you can add a linebreak in whatsApp API Using
encodeURI('\n')