We’re taking an XML webhook from FLG, transforming the data into JSON and parsing it into our HubSpot CRM.
The issue we’re having is with Long String inputs in FLG not parsing into JSON due to not escaping line breaks - do you have a way to format the string so that it doesn’t trigger a 400 JSON error:
“companyMessage”: “Invalid input JSON on line 29, column 85: Illegal unquoted character ((CTRL-CHAR, code 13)): has to be escaped using backslash to be included in string value”