Hello!
I'm using the ADD_REQUEST REST API to create requests in ServiceDesk. I want to be able to format those requests before sending them, but any HTML tags I use seem to get scrubbed when the request is submitted and processed, as the resulting request is just plain text. I discovered that sending \n in the request data will do new lines, but I'm wondering about control codes / characters for other formatting options, like creating lists, making text bold, adding links, etc.
Thanks!