Twilio: How Do I Add A Line Break?

Anyone know how to add a line break when sending a text via Twilio.

Tried a bunch of stuff, including the following, with little success:

\n
“\n”
‘\n’
%0a
“%0a”
‘%0a’
<br> </br> (as suggested by @chop249)

image

Did you try <br></br>? LOL! Edited because it added a line break to my response… :rofl::joy:

I did now, it doesn’t work :frowning:

I don’t think it accepts HTML?

Hey! @S_M did you try “\n” without the quotes?

Yup, no bueno. Tried all of these:

\n
“\n”
‘\n’
%0a
“%0a”
‘%0a’
<br> </br>

I have a feeling it has to do with the text box only accepting plain text. I don’t know if updating the action would be possible…definitely something out of my wheelhouse LOL

@PFernandez98 helped me realize it works fine by setting it up like this, it actually depends on the phone/app/number you’re sending it to. Some don’t support line-breaks, or so it seems.

image

On my cell, it came up fine:

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.