I am trying to send an email by using Zoho Custom Function. Now, I need to insert line breaks in my email. I try by using \n
but it does not work.
sendmail
[
from: "email@gmail.com"
to: "email@gmail.com"
subject: Subject
message: "Hello, \nThe Name has been updated to the stage. Below is a link to the record for more details:\n link \nRegards, \nBRKTHRU"
]