devlikeapro / waha

WAHA - WhatsApp HTTP API (REST API) that you can configure in a click!
https://waha.devlike.pro/
Apache License 2.0
820 stars 249 forks source link

Multiline text messages? #264

Closed Vaibhavcste closed 4 months ago

Vaibhavcste commented 4 months ago

Hi how do I send multi-line text messages?

allburov commented 4 months ago

\n

{
  "chatId": "111111@c.us",
  "text": "Hi there!\n\nNewLine",
  "session": "default"
}