Sending a Slack Message via Xano - How to escape n markdown in Xano?

I am trying to send a slack chat notification via Xano.

I can successfully send a slack message using the external API request function in Xano using a POST.

As part of the POST you need to send through a JSON body with a value of...
{
'text': 'This is my text to send nmy second line'
}No matter what I do the newline markdown n, is formatted as n in the request sent from Xano and not interpreted correctly by Slack.
[image.png]
How would I go about escaping n? 

Any help as always is greatly appreciated. 😀
Other
7 replies