Help with creating alert containing a multiple-line message
I am using the API to create Alerts using https://xxxxxx.service-now.com/api/global/em/jsonv2 to ingest events from our old monitoring system. The old system had two description fields, brieftext (single line) and fulltext (multi-line). What I'm hopi...