January Tidbits

SMS Questions Answered

You've got SMS questions; We've got Answers!

question

Viresh V Pandit avatar image
Viresh V Pandit asked Anirban Sen Chowdhary answered

I want to send sms with new line in the text

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?

sms
1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

1 Answer

·
Anirban Sen Chowdhary avatar image
Anirban Sen Chowdhary answered Viresh V Pandit commented

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:

\n\n 
1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 10 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.