Hi,
I want to use line break in outbound text message . I have used \n but it's not working.
Thanks
Sachin
We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics
line break in outbound text message in Plumdev
Re: line break in outbound text message in Plumdev
Hi Sachin,
Unfortunately this is not currently a feature available in our SMS API. However, our developers are actively investigating adding support for that and will reply to this post when it becomes available.
Regards,
Plum Support
Unfortunately this is not currently a feature available in our SMS API. However, our developers are actively investigating adding support for that and will reply to this post when it becomes available.
Regards,
Plum Support
Plum Support
http://www.plumvoice.com
http://www.plumvoice.com
Re: line break in outbound text message in Plumdev
Hi Sachin,
This fix is now live, please feel free to test this out and let us know if you have any additional questions.
Regards,
Plum Support
This fix is now live, please feel free to test this out and let us know if you have any additional questions.
Regards,
Plum Support
Plum Support
http://www.plumvoice.com
http://www.plumvoice.com
Re: line break in outbound text message in Plumdev
Hello, I am also interested in using line wraps in outbound SMS messages. I'm including \n in the message but it sends a visible "\n" to the end user. Is there something else I can try?
Thanks,
J.R. Parnell
Thanks,
J.R. Parnell
Re: line break in outbound text message in Plumdev
Hi,
When using a line break, the message must be in double quotes. For example, will work, but using single quotes will not work. Please let us know if you have any additional questions.
Kindly,
Plum Support
When using a line break, the message must be in double quotes. For example,
Code: Select all
$params['body'] = "This is a notification. \n This is on a new line.";
Kindly,
Plum Support
Plum Support
http://www.plumvoice.com
http://www.plumvoice.com
Re: line break in outbound text message in Plumdev
Just an update, the solution worked! Thanks for your assistance.