Hi zchef2k,
You can insert a newline by putting a \n
in the message. If you're just using curl, it would look like this:
curl -i -X POST -d 'payload={"text": "this is a\nnewline"}' URL
Hi zchef2k,
You can insert a newline by putting a \n
in the message. If you're just using curl, it would look like this:
curl -i -X POST -d 'payload={"text": "this is a\nnewline"}' URL