🐞 #164
Closed
justinthoms
started this conversation in
General
🐞
#164
Replies: 1 comment
-
you can try this curl 'http://localhost:3000/send/message' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Content-Type: application/json' \
--data-raw '{"phone":"6289685028129@s.whatsapp.net","message":"ok\naman\ngood multiline"}' |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What happened?
curl
-X POST http://localhost:3000/send/message
-H "Content-Type: multipart/form-data"
-F "phone=6289685028129@s.whatsapp.net"
-F "message=selamat\n malam"
-F "reply_message_id=3EB089B9D6ADD58153C561"
here the not enter in new line it get output like selamat\n malam whaen try \n\n its also same
Reproduction Steps
Relevant log output
No response
Screenshots or Additional Context
No response
Application Version
4.1.41
Verification
Beta Was this translation helpful? Give feedback.
All reactions