Allow the use of escape characters in API email_body parameter #1837
Answered
by
nxglabs
cityofaikensc
asked this question in
Q&A
-
We're experiencing an issue with the API email_body parameter (Resend request mail, Create document from template) not accepting escape characters (e.g., \n for line breaks). This limitation severely restricts formatting and results in poorly structured email content. Proper support for escape sequences is expected behavior and should be addressed to allow for clean, readable messages. |
Beta Was this translation helpful? Give feedback.
Answered by
nxglabs
Jul 8, 2025
Replies: 1 comment 2 replies
-
email_body parameter supports HTML. Using < br > should do the trick. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
andrew-opensignlabs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
email_body parameter supports HTML. Using < br > should do the trick.