Webhook to HTTP with newlines in JSON

Hi @Andrew_Peacock

Providing “\\n” instead of “\n” will preserve the original “\n” characters as they are. If manual alteration of the structure is feasible, you can implement this change; otherwise, you can replace \n as \\n with replace function in the next step.
for example:

If you require additional assistance, please don’t hesitate to reach out to us.
MSquare Support
Visit us here
Youtube Channel

1 Like