Question

I want to send sms with new line in the text

  • 18 August 2019
  • 1 reply
  • 3358 views

I want to send sms messages from Api where there will be multiple lines.

And each lines will be a new line.

eg:

Hi
This is to inform that your payment is completed successful
You can now use your service.

Now how can I put new line at each line?


1 reply

As per the reference here just using normal Unix newline characters will work:

https://forums.developers.ringcentral.com/questions/267/can-i-send-text-message-with-new-line-character-us.html

Unix newline will work:


 

Reply